-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update Readme.md for ScalaDays #1248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
If you want to try it out, to get started have a look at | ||
####Current status: | ||
_Technology preview_: currently unsupported, may not be functionally complete, and are not suitable for deployment in production. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"and not suitable"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"may be functionally incomplete or unsuitable for production use"
| Feature | Status | | ||
|---------------------------------------------------------------------------------------------------------|---------------------| | ||
| Union, Intersection and [Literal singleton types](http://docs.scala-lang.org/sips/pending/42.type.html) | Implemented | | ||
| Fast compilation (phase fusion) | Implemented | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if saying that "Fast compilation" is implemented is wise since we haven't done any performance optimization yet and we're not significantly faster than scalac, your choice.
/rebuild |
@odersky, this PR does not touch any sourcecode. I can go in without waiting for test suite to succeed. |
LGTM after last comment by @smarter is addressed "Here's an sbt project". |
@odersky please review